home *** CD-ROM | disk | FTP | other *** search
Text File | 1998-10-26 | 978 b | 33 lines | [TEXT/ScoM] |
- Installing Midi Launcher
-
- To install the Midi Launcher follow these instructions.
-
- 1. Put Midi Launcher into the Environment/Extensions folder
-
- 2. Restart SCOM and perform reindex hyperhelp from the menu.
-
- 3. To launch a sequencer, scorewrite or other application that accepts
- MIDI files compile the file with play-file, compile-song or compile-instrument,
- and then use the launch-midi command. Supply it the four letter creator
- code of the application you want to launch, and the filename. This filename
- must be located in ccl;output folder.
-
- The four letter here "SCPL" means the creator code of SoundApp. It could be
- any other sequencer that acceps apple events. However, notice that not all
- MIDI software accept apple events.
-
- (play-file "Endless midi"
- all-instr '(sect-a sect-b)
- )
-
- (launch-midi "SCPL" "Endless midi")
-
- To launch Logic use:
-
- (launch-midi "EMAG" "Endless midi")
-
- To launch Mark of the Unicorn Digital Performer use:
-
- (launch-midi "MOUP" "Endless midi")
-
-